home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
HyperCard
/
HyperCard 1.2.2 International
/
HyperCard Swedish (S-1.2.2)
/
Buntar
/
Bas
/
card_3011.txt
< prev
next >
Wrap
Text File
|
1989-01-16
|
5KB
|
227 lines
-- card: 3011 from stack: in
-- bmap block id: 4051
-- flags: 4000
-- background id: 2282
-- name: User Preferences
----- HyperTalk script -----
on openCard
setUserLevel the userLevel
if card field "User name" is empty
then click at the loc of card field "User name"
end openCard
on setUserLevel whatLevel
set userLevel to whatLevel
if the userLevel is whatLevel then
put the userLevel into card field "User Level"
set hilite of button "Bläddra" to the userLevel = 1
set hilite of button "Skriva text" to the userLevel = 2
set hilite of button "Rita bilder" to the userLevel = 3
set hilite of button "Skapa objekt" to the userLevel = 4
set hilite of button "Skriva manus" to the userLevel = 5
set visible of button "Text-piltangenter" to the userLevel >= 2
set visible of button "Snabbtangenter" to the userLevel >= 3
set visible of button "Osynliga meddelanden" to the userLevel = 5
set hilite of button "Text-piltangenter" to the textArrows
set hilite of button "Snabbtangenter" to the powerKeys
set hilite of button "Osynliga meddelanden" to the blindTyping
else
set hilite of the target to false
end if
end setUserLevel
-- part 1 (button)
-- low flags: 00
-- high flags: A006
-- rect: left=95 top=145 right=166 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Bläddra
----- HyperTalk script -----
on mouseUp
setUserLevel 1
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: A006
-- rect: left=95 top=187 right=208 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Rita bilder
----- HyperTalk script -----
on mouseUp
setUserLevel 3
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: A006
-- rect: left=95 top=208 right=229 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Skapa objekt
----- HyperTalk script -----
on mouseUp
setUserLevel 4
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: A006
-- rect: left=95 top=229 right=250 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Skriva manus
----- HyperTalk script -----
on mouseUp
setUserLevel 5
end mouseUp
-- part 5 (button)
-- low flags: 80
-- high flags: A005
-- rect: left=211 top=187 right=208 bottom=339
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Snabbtangenter
----- HyperTalk script -----
on mouseUp
set powerKeys to the hilite of button "Snabbtangenter"
end mouseUp
-- part 7 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=196 top=91 right=111 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: User name
----- HyperTalk script -----
on closeField
global userName
put card field "User Name" into userName
end closeField
-- part 8 (button)
-- low flags: 00
-- high flags: E006
-- rect: left=95 top=166 right=187 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Skriva text
----- HyperTalk script -----
on mouseUp
setUserLevel 2
end mouseUp
-- part 9 (field)
-- low flags: 81
-- high flags: 0000
-- rect: left=173 top=125 right=144 bottom=198
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: User Level
-- part 13 (button)
-- low flags: 80
-- high flags: A005
-- rect: left=211 top=229 right=250 bottom=381
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Osynliga meddelanden
----- HyperTalk script -----
on mouseUp
set blindTyping to the hilite of button "Osynliga meddelanden"
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: A005
-- rect: left=211 top=166 right=187 bottom=352
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Text-piltangenter
----- HyperTalk script -----
on mouseUp
set textArrows to the hilite of button "Text-piltangenter"
end mouseUp
-- part contents for background part 6
----- text -----
Inställningar
-- part contents for card part 9
----- text -----
2